(enable-flow-control): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 05:16:58 +0000 (05:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jun 1993 05:16:58 +0000 (05:16 +0000)
lisp/flow-ctrl.el

index a2a666837e8f49943b1ba8f047cb3c55db03fc5e..a1fba7803fd3bd6233db0205d16e4734925e6d84 100644 (file)
@@ -46,7 +46,7 @@
 
 ;;;###autoload
 (defun enable-flow-control ()
-  "Enable use of flow control; let user type C-s as C-\ and C-q as C-^."
+  "Enable use of flow control; let user type C-s as C-\\ and C-q as C-^."
   (interactive)
   ;; Tell emacs to pass C-s and C-q to OS.
   (set-input-mode nil t nil)